text/template/parse.Tree.newBool (method)
3 uses
text/template/parse (current package)
node.go#L589: func (t *Tree) newBool(pos Pos, true bool) *BoolNode {
node.go#L609: return b.tr.newBool(b.Pos, b.True)
parse.go#L746: return t.newBool(token.pos, token.val == "true")
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)